Home
last modified time | relevance | path

Searched refs:handle (Results 126 – 150 of 1645) sorted by relevance

12345678910>>...66

/plugin/linkbonus/
H A Dcommon.php118 $handle = fopen($tmpfname, "w");
119 fwrite($handle, $fc);
120 fclose($handle);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js229 handle: false, property in AnonymousFunctioneab5d76a0c00.defaults
268 if(options.handle && Object.isString(options.handle))
269 this.handle = this.element.down('.'+options.handle, 0);
271 if(!this.handle) this.handle = $(options.handle);
272 if(!this.handle) this.handle = this.element;
285 Event.observe(this.handle, "mousedown", this.eventMouseDown);
635 handle: false, // or a CSS class
668 handle: options.handle }; property in Sortable.create.options_for_draggable
716 var handle = options.handles ? $(options.handles[i]) :
717 (options.handle ? $(e).select('.' + options.handle)[0] : e);
[all …]
/plugin/heat/
H A Dsyntax.php155 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_heat
188 * @see handle()
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DWhatFailureGroupHandler.php27 public function handle(array $record): bool function in Monolog\\Handler\\WhatFailureGroupHandler
36 $handler->handle($record);
H A DFallbackGroupHandler.php30 public function handle(array $record): bool function in Monolog\\Handler\\FallbackGroupHandler
38 $handler->handle($record);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php56 $easy->handle = $this->handles
59 curl_setopt_array($easy->handle, $conf);
66 $resource = $easy->handle;
67 unset($easy->handle);
122 $curlStats = curl_getinfo($easy->handle);
123 $curlStats['appconnect_time'] = curl_getinfo($easy->handle, CURLINFO_APPCONNECT_TIME);
142 'error' => curl_error($easy->handle),
143 'appconnect_time' => curl_getinfo($easy->handle, CURLINFO_APPCONNECT_TIME),
144 ] + curl_getinfo($easy->handle);
/plugin/subconfhelper/
H A Dadmin.php13 function handle() {/*{{{*/ function in admin_plugin_subconfhelper
111 if( $handle = opendir( $this->config_path )) {
112 while( false !== ( $file = readdir( $handle ))) {
122 closedir($handle);
/plugin/revealjs/syntax/
H A Dfooter.php44 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_revealjs_footer
60 * @see handle()
H A Dnotes.php43 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_revealjs_notes
57 * @see handle()
/plugin/components/lib/
H A Dajax_manager.php21 protected function handle($class) { function in Doku_AJAX_Manager
43 $handler->handle();
H A Dcomponent_manager.php14 abstract protected function handle($class); function in Doku_Component_Manager
25 if (!isset($old_classes[$class])) $this->handle($class);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php119 $propFind->handle('{' . Plugin::NS_CALENDARSERVER . '}invite', function() use ($node) {
129 … $propFind->handle('{' . Plugin::NS_CALENDARSERVER . '}shared-url', function() use ($node) {
135 $propFind->handle('{' . Plugin::NS_CALENDARSERVER . '}invite', function() use ($node) {
188 … $propFind->handle('{' . Plugin::NS_CALENDARSERVER . '}allowed-sharing-modes', function() {
217 $propPatch->handle('{DAV:}resourcetype', function($value) use ($node) {
/plugin/log/
H A Daction.php45 $this->handle();
50 private function handle() { function in action_plugin_log
/plugin/struct/syntax/
H A Dglobal.php40 public function handle($match, $state, $pos, Doku_Handler $handler)
43 $config = parent::handle($match, $state, $pos, $handler);
39 public function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_struct_global
/plugin/epub/
H A Daction.php142 $handle = fopen('epub-action.txt', 'a');
143 fwrite($handle,"$what\n");
144 fclose($handle);
/plugin/noprint/
H A Dsyntax.php88 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_noprint
104 * @see handle()
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1013 $propFind->handle('{DAV:}alternate-URI-set', function() use ($node) {
1016 $propFind->handle('{DAV:}principal-URL', function() use ($node) {
1019 $propFind->handle('{DAV:}group-member-set', function() use ($node) {
1026 $propFind->handle('{DAV:}group-membership', function() use ($node) {
1033 $propFind->handle('{DAV:}displayname', [$node, 'getDisplayName']);
1037 $propFind->handle('{DAV:}principal-collection-set', function() {
1045 $propFind->handle('{DAV:}current-user-principal', function() {
1052 $propFind->handle('{DAV:}supported-privilege-set', function() use ($node) {
1063 $propFind->handle('{DAV:}acl', function() use ($node, $propFind, $path) {
1072 $propFind->handle('{DAV:}acl-restrictions', function() {
[all …]
/plugin/youtracklinks/
H A Dsyntax.php84 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_youtracklinks
119 * @see handle()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DPropFindTest.php10 $propFind->handle('{DAV:}displayname', 'foobar');
22 $propFind->handle('{DAV:}displayname', function() { return 'foobar'; });
/plugin/docsearch/
H A Dcron.php27 $handle = opendir($dir);
28 if(!$handle) return;
30 while(false !== ($file = readdir($handle))) {
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php68 $handle = opendir($dirImg);
69 while ($fi = readdir($handle)) {
79 closedir($handle);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php16 * Creates a cURL handle, header resource, and body resource based on a
20 * @param null|resource $handle Optionally provide a curl handle to modify
22 * @return array Returns an array of the curl handle, headers array, and
23 * response body handle.
26 public function __invoke(array $request, $handle = null) argument
47 if (!$handle) {
48 $handle = curl_init();
52 curl_setopt_array($handle, $options);
54 return [$handle,
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php70 &$handle = null, argument
96 $out .= $child->accept($this, $handle, $eldnah);
/plugin/pdb/classes/
H A Dcache.php140 $handle = @opendir($this->mediaDir);
141 if ($handle === false)
143 while (($entry = readdir($handle))){
148 closedir($handle);
/plugin/cache/
H A Dplugin_cache.php147 $handle = @opendir($this->mediaDir);
148 if ($handle === false)
150 while (($entry = readdir($handle))){
155 closedir($handle);

12345678910>>...66