Home
last modified time | relevance | path

Searched refs:handle (Results 201 – 225 of 1645) sorted by relevance

12345678910>>...66

/plugin/deflist/
H A Dsyntax.php321 * return value of the <tt>handle()</tt> method.
325 * @param $aData Array The data created by the <tt>handle()</tt>
330 * @see handle()
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php145 $propFind->handle($ns . 'max-resource-size', $this->maxResourceSize);
146 $propFind->handle($ns . 'supported-address-data', function() {
149 $propFind->handle($ns . 'supported-collation-set', function() {
158 … $propFind->handle('{' . self::NS_CARDDAV . '}addressbook-home-set', function() use ($path) {
162 …if ($this->directories) $propFind->handle('{' . self::NS_CARDDAV . '}directory-gateway', function(…
173 $propFind->handle('{' . self::NS_CARDDAV . '}address-data', function() use ($node) {
/plugin/refnotes/
H A Daction.php55 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handle');
61 public function handle($event, $param) { function in refnotes_after_parser_handler_done
376 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle');
382 public function handle($event, $param) {
560 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle');
566 public function handle($event, $param) {
601 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, 'handle');
607 public function handle($event, $param) {
619 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle');
625 public function handle(
353 public function handle($event, $param) { global() function in refnotes_before_ajax_call_unknown
537 public function handle($event, $param) { global() function in refnotes_before_parser_cache_use
578 public function handle($event, $param) { global() function in refnotes_before_parser_wikitext_preprocess
596 public function handle($event, $param) { global() function in refnotes_before_tpl_metaheader_output
[all...]
/plugin/webexteamsnotifier/
H A Daction.php25 $this->handle();
30 private function handle() { function in action_plugin_webexteamsnotifier
/plugin/rocketchatnotifier/
H A Daction.php26 $this->handle();
32 private function handle() { function in action_plugin_rocketchatnotifier
/plugin/confmanager/adminActions/
H A DConfigManagerAdminAction.php8 function handle(); function
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php328 $handle = trim($this->_lexer->current()['value'], '{}');
329 $nm = explode(',', $handle);
351 $handle = trim($this->_lexer->current()['value'], '{}');
352 $min = (int) $handle;
/plugin/dwcommits/
H A Dhelper.php380 $handle = popen("$this->git log --since=$since", "r");
387 if (!$handle) {
392 while (($buffer = fgets($handle, 4096)) !== false) {
435 pclose($handle);
851 static $handle;
852 if(!$handle) {
853 if(!$handle = fopen($dwc_dbg_log, 'a')) {
858 fwrite($handle, "$data\n");
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php279 if (!$handle = fopen('acl.txt', 'a')) {
283 fwrite($handle, "$data\n");
284 fclose($handle);
/plugin/combo/ComboStrap/
H A DBrandTag.php187 * with the same data in the handle and render function
216 $handle = $brandAttributes->getValueAndRemoveIfPresent(Tag\FollowTag::HANDLE_ATTRIBUTE);
217 if ($handle !== null) {
218 $brandButton->setHandle($handle);
/plugin/cite/
H A Dadmin.php13 public function handle() function in admin_plugin_cite
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php145 $propFind->handle($ns . 'max-resource-size', $this->maxResourceSize);
146 $propFind->handle($ns . 'supported-address-data', function() {
149 $propFind->handle($ns . 'supported-collation-set', function() {
158 … $propFind->handle('{' . self::NS_CARDDAV . '}addressbook-home-set', function() use ($path) {
162 …if ($this->directories) $propFind->handle('{' . self::NS_CARDDAV . '}directory-gateway', function(…
173 $propFind->handle('{' . self::NS_CARDDAV . '}address-data', function() use ($node) {
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css14 --drag-and-drop-handle-color: var(--color-grey-225-10-55);
15 --drag-and-drop-handle-hover-color: var(--color-grey-225-10-15);
197 color: var(--drag-and-drop-handle-hover-color);
209 color: var(--drag-and-drop-handle-color);
240 .dmn-decision-table-container .resize-column-handle {
250 .dmn-decision-table-container .resize-column-handle:last-child {
/plugin/combo/ComboStrap/Api/
H A DAjaxHandler.php10 public static function handle(Event $event) function in Api\\AjaxHandler
/plugin/dev/skel/
H A Dadmin.php14 public function handle()
12 public function handle() global() function
/plugin/components/lib/
H A Daction.php67 abstract public function handle(); function in Doku_Action
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php36 $handle = fopen($filename, $mode);
44 return $handle;
/plugin/autonumbering/
H A Dsyntax.php77 public function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_autonumbering
172 … list($number, $null) = $this->handle($matches[0][$i], DOKU_LEXER_SPECIAL, NULL, $handler);
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DElement.php57 public function accept(Visit $visitor, &$handle = null, $eldnah = null); argument
H A DVisit.php57 public function visit(Element $element, &$handle = null, $eldnah = null); argument
/plugin/dlcounter/
H A Dadmin.php36 public function handle() function in admin_plugin_dlcounter
/plugin/pubmed2020/classes/
H A Dcache.php329 $handle = @opendir($this->mediaDir);
330 if ($handle === false)
332 while (($entry = readdir($handle))){
337 closedir($handle);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNoopHandler.php36 public function handle(array $record): bool function in Monolog\\Handler\\NoopHandler
/plugin/searchindex/
H A Dadmin.php22 public function handle() function in admin_plugin_searchindex
/plugin/git/
H A Dadmin.php21 function handle() { function in admin_plugin_git

12345678910>>...66