From 478e7c4479f0c994fb9119d5b44032cc072b7c0a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 Oct 2014 15:54:51 -0700 Subject: doc updates --- doc/html/functions_0x63.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/functions_0x63.html') diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html index cdcca330f..2ee7151e5 100644 --- a/doc/html/functions_0x63.html +++ b/doc/html/functions_0x63.html @@ -148,7 +148,7 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : Item
  • childExists() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • clear() : Cache @@ -175,10 +175,10 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : Item
  • createDirectory() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • createFile() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • cropImage() : photo_driver -- cgit v1.2.3 From 7f0bd5a6e5f8963ebf0c48f7919b5b7dc420390c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 31 Oct 2014 05:05:31 -0700 Subject: doc updates --- doc/html/functions_0x63.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/html/functions_0x63.html') diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html index 2ee7151e5..9a468900b 100644 --- a/doc/html/functions_0x63.html +++ b/doc/html/functions_0x63.html @@ -167,10 +167,19 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); , ZotDriver
  • connect() -: dba_driver -, dba_mysqli +: dba_mysqli +, dba_driver , dba_mysql
  • +
  • convert_child() +: Redmatrix\Import\Import +
  • +
  • convert_item() +: Redmatrix\Import\Import +
  • +
  • convert_taxonomy() +: Redmatrix\Import\Import +
  • count_descendants() : Item
  • -- cgit v1.2.3 From 87cdfc1751d1e2f16cf651393049c5f6fb1a8efb Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 15 Nov 2014 14:03:28 -0800 Subject: doc updates --- doc/html/functions_0x63.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'doc/html/functions_0x63.html') diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html index 9a468900b..e59ee7ccd 100644 --- a/doc/html/functions_0x63.html +++ b/doc/html/functions_0x63.html @@ -155,6 +155,7 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');});
  • close() : dba_mysqli +, dba_postgres , dba_driver , dba_mysql
  • @@ -166,10 +167,15 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : ProtoDriver , ZotDriver +
  • concat() +: dba_driver +, dba_postgres +
  • connect() -: dba_mysqli +: dba_postgres , dba_driver , dba_mysql +, dba_mysqli
  • convert_child() : Redmatrix\Import\Import @@ -190,9 +196,9 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : RedMatrix\RedDAV\RedDirectory
  • cropImage() -: photo_driver +: photo_imagick , photo_gd -, photo_imagick +, photo_driver
  • -- cgit v1.2.3 From c785b5a90cbc1b5b62e95794cb001abc7609dc12 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 22 Nov 2014 12:25:49 -0800 Subject: doc updates --- doc/html/functions_0x63.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/html/functions_0x63.html') diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html index e59ee7ccd..b7ebad3f1 100644 --- a/doc/html/functions_0x63.html +++ b/doc/html/functions_0x63.html @@ -172,10 +172,10 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); , dba_postgres
  • connect() -: dba_postgres -, dba_driver +: dba_driver , dba_mysql , dba_mysqli +, dba_postgres
  • convert_child() : Redmatrix\Import\Import @@ -189,6 +189,9 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');});
  • count_descendants() : Item
  • +
  • count_unseen_descendants() +: Item +
  • createDirectory() : RedMatrix\RedDAV\RedDirectory
  • @@ -196,9 +199,9 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : RedMatrix\RedDAV\RedDirectory
  • cropImage() -: photo_imagick +: photo_driver +, photo_imagick , photo_gd -, photo_driver
  • -- cgit v1.2.3 From 452d275b5ee4575e6c763076b397e1cd2320c4bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 12 Dec 2014 00:26:07 -0800 Subject: don't import to sys channel from self-censored authors --- doc/html/functions_0x63.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/functions_0x63.html') diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html index b7ebad3f1..7070c95ef 100644 --- a/doc/html/functions_0x63.html +++ b/doc/html/functions_0x63.html @@ -178,13 +178,13 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); , dba_postgres
  • convert_child() -: Redmatrix\Import\Import +: RedMatrix\Import\Import
  • convert_item() -: Redmatrix\Import\Import +: RedMatrix\Import\Import
  • convert_taxonomy() -: Redmatrix\Import\Import +: RedMatrix\Import\Import
  • count_descendants() : Item -- cgit v1.2.3