Home
last modified time | relevance | path

Searched refs:temp (Results 151 – 175 of 244) sorted by path

12345678910

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm47 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…
56 <!--- remove temp files --->
/plugin/fedauth/Auth/OpenID/
H A DMessage.php173 $temp = array();
176 $temp[] = array($this->keys[$i],
179 return $temp;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md46 * !temp (Ivan Enderlin, 2016-12-16T09:51:57+01:00)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon2 - temp/ecs/config/clean-code.neon
3 - temp/ecs/config/psr2-checkers.neon
4 - temp/ecs/config/spaces.neon
5 - temp/ecs/config/common.neon
13 # from temp/ecs/config/common.neon
17 # from temp/ecs/config/spaces.neon
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist7 define('STDOUT', fopen('php://temp', 'w+b'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php111 if($temp != $this->value)
115 $this->value = $temp;
190 if($temp != $this->sub_value)
197 $this->sub_value = $temp;
386 …if (!(strlen($temp[$l]) > 0 && ( is_numeric($temp[$l]{0}) || $temp[$l]{0} == '+' || $temp[$l]{0} =…
394 $temp[$l] = '#'.$temp[$l];
399 $temp[$l] = '0';
408 $temp[$l] = floatval($temp[$l]).$units[$m];
415 $temp[$l] = floatval($temp[$l]).'px';
419 $temp[$l] = floatval($temp[$l]);
[all …]
/plugin/fullindex/
H A Daction.php212 $temp = trim($num.$title);
213 if(empty($temp)) {
/plugin/gitbacked/
H A DCHANGELOG.md139 - Use relative path for Git.php and `$conf['tempdir']` for temp file.
/plugin/googlesearch/
H A Dnusoap.php2433 $temp = substr($buffer,0,$chunkend);
2434 $chunk_size = hexdec( trim($temp) );
2463 $temp = substr($buffer,$chunkstart,$chunkend-$chunkstart);
2464 $chunk_size = hexdec( trim($temp) );
/plugin/htmlokay/
H A Dhelper.php338 $temp = $htmlok[$name];
339 if ($levels[$temp] > $level)
341 $level = $levels[$temp];
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMaxInstancesTest.php28 $temp = Settings::$maxRecurrences;
36 Settings::$maxRecurrences = $temp;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php2389 * @param boolean $temp Set this config data temporarily for this
2397 public static function setConfigData($key, $value, $temp=false) argument
2399 if ($temp === false) {
2436 if ($temp === false) {
/plugin/indexmenu2/cms/modifiers/
H A Droundednode.js1 …mentExt('div',{'class':'CmsModRoundboxContent','child':[i]})]})]})]})]})]})};temp.replaceNode(n);};
/plugin/issuetracker/
H A Dsyntax.php1156 if(strlen($temp)<1){
1157 $temp .= $a;
1159 else $temp .= ','.$a;
1162 $products = explode(',', $temp);
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... .StringTokenizer tokenizer String line int start int end String temp int lastPeriod Exception ex public void debug (java. ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... .StringTokenizer tokenizer String line int start int end String temp int lastPeriod Exception ex public void debug (java. ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt1675 # cd temp # moves to subdirectory temp
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Symmetry.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Symmetry.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15 …d&&bignum.compareTo(BigInteger.ZERO)<0){var temp=new BigInteger;bignum.addTo(Wrapper.two64,temp);b…
H A Dopus.js23 …d&&bignum.compareTo(BigInteger.ZERO)<0){var temp=new BigInteger;bignum.addTo(Wrapper.two64,temp);b…

12345678910