Home
last modified time | relevance | path

Searched refs:handle (Results 1476 – 1500 of 1645) sorted by last modified time

1...<<51525354555657585960>>...66

/plugin/tindexmenu/
H A Dajax.php72 $handle=@opendir(INDEXMENU_IMG_ABSDIR);
73 while (false !== ($file = readdir($handle))) {
83 closedir($handle);
/plugin/projects/lib/
H A Dmaker.php118 $default = $handler->handle($this->project, $file);
H A Dplugins.php16 public function handle($project, $file) { function in MakeRule
31 public function handle($project, $file) { return $file; } function in Plugin
H A Dproject.php196 $file = $this->handle($file);
230 public function handle($file) { function in Project
236 return $handler->handle($this, $file);
/plugin/projects/
H A Dcodemirror-compressed.js1 …lse{var t=S(e);if(t==null)return null}var n=e.gutterMarker;return{line:t,handle:e,text:e.text,mark…
/plugin/projects/pchart/pchart/
H A Dpcache.php49 if ($handle = opendir($this->CacheFolder))
51 while (false !== ($file = readdir($handle)))
56 closedir($handle);
H A Dpchart.php273 $handle = @fopen($FileName,"r");
275 if ($handle)
277 while (!feof($handle))
279 $buffer = fgets($handle, 4096);
/plugin/projects/plugins/file/
H A Dplot_dependency.php19 public function handle($project, $file) { function in projects_plugin_plot_dependency
H A Dlatex_dependency.php31 public function handle($project, $source_file) { function in projects_plugin_latex_dependency
/plugin/projects/plugins/target/
H A Dplot.php27 public function handle($project, $file) { function in projects_plugin_plot
/plugin/bugzillalinks/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler){ function in syntax_plugin_bugzillalinks
/plugin/fblogin/
H A Dadmin.php44 function handle() { function in admin_plugin_fblogin
/plugin/translationbuddy/
H A Dsyntax.php35 public function handle($match, $state, $pos, &$handler){ function in syntax_plugin_translationbuddy
/plugin/bugzillahttp/
H A DcUrlHelper.php24 private function setCurlOptions($handle) { argument
25 curl_setopt($handle, CURLOPT_HTTPHEADER, $this->header);
26 curl_setopt($handle, CURLOPT_USERAGENT, $this->useragent);
27 curl_setopt($handle, CURLOPT_HTTPGET, 1);
28 curl_setopt($handle, CURLOPT_RETURNTRANSFER, 1);
32 $handle = curl_init($url);
33 $this->setCurlOptions($handle);
34 $return = curl_exec($handle);
35 curl_close($handle);
/plugin/heat/
H A Dsyntax.php155 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_heat
188 * @see handle()
/plugin/cumulus/
H A Dsyntax.php32 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_cumulus
/plugin/bible/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler){ function in syntax_plugin_bible
/plugin/bible/bible_douayRheims/
H A DColossians.txt50 2:21. Touch not: taste not: handle not.
H A DDeuteronomy.txt518 …the tree the axe slipped out of his hand, and the iron slipping from the handle struck his friend,…
H A DWisdom.txt341 …see, nor noses to draw breath, nor ears to hear, nor fingers of hands to handle, and as for their …
/plugin/editsections2/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler) function in syntax_plugin_editsections2
/plugin/composer/
H A Dsyntax.php59 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_composer
/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
81 $result = $this->_get_assoc($server_url, $handle);
86 $assoc_type, $server_url, $handle));
91 array($server_url, $handle, $secret,
H A DAssociation.php83 * @param string $handle This is the handle the server gave this
101 return new Auth_OpenID_Association($handle, $secret,
112 * @param string $handle This is the handle the server gave this
132 $handle, $secret, $issued, $lifetime, $assoc_type) argument
140 $this->handle = $handle;
173 && ($this->handle == $other->handle)
190 'handle' => $this->handle,
235 $handle = $pairs['handle'];
251 $handle, $secret, $issued, $lifetime, $assoc_type);
294 if ($extant_handle && ($extant_handle != $this->handle)) {
[all …]
H A DFileStore.php150 function getAssociationFilename($server_url, $handle) argument
167 if ($handle) {
232 function getAssociation($server_url, $handle = null) argument
239 if ($handle === null) {
240 $handle = '';
247 if ($handle) {
338 function removeAssociation($server_url, $handle) argument
475 if ($handle = opendir($dir)) {
476 while ($item = readdir($handle)) {
491 closedir($handle);
[all …]

1...<<51525354555657585960>>...66