Home
last modified time | relevance | path

Searched refs:handle (Results 1576 – 1600 of 1645) sorted by last modified time

1...<<616263646566

/plugin/gil/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_gil
200 $handle= @fopen($query, 'r');
201 if (!$handle) {
206 $hpool= fgets($handle, 2048);
218 fclose($handle);
/plugin/stats/
H A Dsyntax.php830 if ($handle = opendir($directory)) {
834 while (false !== ($file = readdir($handle))) {
865 closedir($handle);
/plugin/dokugource/
H A Dadmin.php58 function handle() { function in admin_plugin_dokugource
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_dokugource
/plugin/farm/
H A Dsoapserver.php232 $server->handle();
H A Dadmin.php226 function handle() { function in admin_plugin_farm
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak53 * Holds the URL for the icon to be used as a handle for creating new
/plugin/cronojob/
H A Daction.php34 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'handle');
/plugin/jquery/
H A Djquery-1.4.2.min.js17 …e}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}functio…
19 …eName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(va…
49 …=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.ev…
52handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.re…
53 …c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.n…
54 …gered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,… method in c.event
60 …f(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=…
64 …t"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.eve…
69 …nunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle
114 c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttri…
H A Djquery-1.4.2.js1782 var handle = elemData.handle; variable
1783 if ( handle ) {
1784 handle.elem = null;
1788 delete elemData.handle;
1851 if ( handle ) {
1852 handle.apply( elem, data );
1904 handle: function( event ) {
2069 function( elem, type, handle ) {
2072 function( elem, type, handle ) {
2615 if ( jQuery.cache[ id ].handle ) {
[all …]
/plugin/crypto/
H A Dsyntax.php47 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_crypto
/plugin/multipoll/
H A Dsyntax.php40 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_multipoll
/plugin/bomfix/
H A Dsyntax.php183 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_bomfix
209 * @see handle()
/plugin/shy/
H A Dsyntax.php152 * return value of the <tt>handle()</tt> method.
156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
159 * @see handle()
/plugin/diff/
H A Dsyntax.php315 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_diff
392 * @see handle()
/plugin/nstoc/
H A Dsyntax.php304 * @see handle()
610 * @see handle()
/plugin/conflictmerger/
H A Daction.php338 $handle = popen( $cmd, 'r' );
340 if ( fgets( $handle, 1024 ) ) {
345 pclose( $handle );
355 $handle = popen( $cmd, 'r' );
358 $data = fread( $handle, 8192 );
364 pclose( $handle );
/plugin/jmol2/jmol/
H A DCHANGES.txt1780 # webexport help updated to reflect ability to handle files opened with "load append"
/plugin/geogebra/syntax/
H A Dgeogebrafile.php80 function handle($match, $state, $pos, & $handler) function in syntax_plugin_geogebra_geogebrafile
/plugin/translator/syntax/
H A Dlabel.php49 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_translator_label
/plugin/mailto/
H A Dsyntax.php44 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_mailto
/plugin/gitlink2/
H A Dsyntax.php66 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_gitlink
/plugin/flyspraylink/
H A Dsyntax.php66 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_flyspraylink
/plugin/autoincludeindex/
H A DremoveBox.php36 $handle = fopen($file, 'w');
37 fwrite($handle, $result);
38 fclose($handle);
/plugin/toc/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_toc

1...<<616263646566