Home
last modified time | relevance | path

Searched refs:struct (Results 251 – 267 of 267) sorted by path

1...<<11

/plugin/structupdate/
H A DREADME3 Adds action to bureaucracy forms that allows to update struct data of the page
H A Dplugin.info.txt6 desc Adds action to bureaucracy forms that allows to update struct data of the page
/plugin/structupdate/helper/
H A Dupdate.php14 use dokuwiki\plugin\struct\meta\AccessTable;
15 use dokuwiki\plugin\struct\meta\AccessTableLookup;
16 use dokuwiki\plugin\struct\meta\Assignments;
17 use dokuwiki\plugin\struct\meta\Schema;
18 use dokuwiki\plugin\struct\meta\StructException;
/plugin/swarmwebhook/
H A DREADME.md7 A webhook endpoint for swarm Check-Ins forwarded by IFTTT or Zapier into a struct table
H A Dhelper.php2 use dokuwiki\plugin\struct\meta\AccessTable;
3 use dokuwiki\plugin\struct\meta\SchemaImporter;
4 use dokuwiki\plugin\struct\meta\StructException;
H A Dplugin.info.txt6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
H A Drequirements.txt3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/struct
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php6 use dokuwiki\plugin\struct\meta\Schema;
H A DZapier.php5 use dokuwiki\plugin\struct\meta\Schema;
64 $struct = plugin_load('helper', 'struct');
65 if (!$struct) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1struct switch template this ' +\n 'thread thread_local throw true false try typedef typeid type…
/plugin/tuxquote/
H A Dquotes.txt4004 #define struct union /* Reduce memory usage */
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc119 <cffunction name="getImageInfo" access="public" output="true" returntype="struct" hint="Returns ima…
122 <cffunction name="getImageObject" access="public" output="true" returntype="struct" hint="Returns a…
229 <cfargument name="fontDetails" required="yes" type="struct">
H A Dconfig.cfm148 <!--- look for config struct in application and server scopes --->
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc72 <cfparam name="this.config" type="struct" default="#structNew()#" />
H A Dfckeditor.cfm47 <cfparam name="attributes.config" type="struct" default="#structNew()#">
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7622 /* TODO: convert to BIFF8 font struct */
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php87 $struct = "";
92 $struct .= sprintf("#1/%-13d", strlen($filename));
93 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d",
95 $struct .= "`\n".$filename;
97 $struct .= sprintf("%-16s", $filename);
98 $struct .= sprintf("%-12d%-6d%-6d%-8s%-10d`\n",
101 return $struct;

1...<<11