Home
last modified time | relevance | path

Searched refs:temp (Results 176 – 200 of 244) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md46 * !temp (Ivan Enderlin, 2016-12-16T09:51:57+01:00)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist7 define('STDOUT', fopen('php://temp', 'w+b'));
/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/sha3sum/
H A DSha3.php141 $temp = self::ourSubstr($in_raw, $in_t, $inlen);
142 $temp = str_pad($temp, $rsiz, "\x0", STR_PAD_RIGHT);
144 $temp[$inlen] = chr($suffix);
145 $temp[$rsiz - 1] = chr(ord($temp[$rsiz - 1]) | 0x80);
148 $t = unpack('V*', self::ourSubstr($temp, $i * 8, 8));
283 $temp = self::ourSubstr($in_raw, $in_t, $inlen);
284 $temp = str_pad($temp, $rsiz, "\x0", STR_PAD_RIGHT);
286 $temp[$inlen] = chr($suffix);
287 $temp[$rsiz - 1] = chr($temp[$rsiz - 1] | 0x80);
290 $t = unpack('v*', self::ourSubstr($temp, $i * 8, 8));
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc41 var file = fname ? fname: 'temp.' + type;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1749 var temp = doku_linkwiz.$entry.val();
1751 doku_linkwiz.$entry.val(temp);
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js129temp=function(a){return function(b){b.type!=CKEDITOR.NODE_ELEMENT&&(b=b.getParent());b=b&&b.hasAtt… function
/plugin/ckgdoku/action/
H A Dedit.php657 $temp=array();
658 trigger_event('HTML_EDITFORM_INJECTION', $temp);
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css32 .cke_copyformatting_active div[data-cke-temp],
33 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {
/plugin/fullindex/
H A Daction.php212 $temp = trim($num.$title);
213 if(empty($temp)) {
/plugin/fckg/action/
H A Dedit.php524 $temp=array();
525 trigger_event('HTML_EDITFORM_INJECTION', $temp);
/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/htmlokay/
H A Dhelper.php338 $temp = $htmlok[$name];
339 if ($levels[$temp] > $level)
341 $level = $levels[$temp];
/plugin/sqlcomp/
H A Dsyntax.php306 $temp = array_keys($array[0]);
307 foreach($temp as $column){
/plugin/database2/
H A Dmedia.php363 $temp = ( trim( $_GET['thumb'] ) === '' ) ? '200x150' : $_GET['thumb']; variable
365 list( $width, $height ) = explode( 'x', $temp );
H A Dsyntax.php66 $temp = trim(substr($match, strlen('database2')+1, -1)); # isolate options (if any)
78 while($pos < strlen($temp)) {
79 $arg = Database2::parseAssignment($temp, $pos);
H A Ddatabase2.php1961 if ( $meta[$temp] )
1966 $column = $temp;
3261 if ( $temp === false )
3264 $value = $temp;
3375 $part .= $temp;
5054 $temp = array(
5068 return $temp;
5580 $temp = preg_replace( '/\(([^)]+)\)/', '\1', $temp );
5605 if ( trim( $temp[1] ) === '' ) unset( $temp[1] );
5606 if ( trim( $temp[0] ) === '' ) unset( $temp[0] );
[all …]
/plugin/wikistats/
H A Dsyntax.php126 if (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1){
127 $this->handleNamedParameter($temp[1], trim($temp[2]), $data);
/plugin/issuetracker/
H A Dsyntax.php1156 if(strlen($temp)<1){
1157 $temp .= $a;
1159 else $temp .= ','.$a;
1162 $products = explode(',', $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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1825 temp, length
1838 output += tripletToBase64(temp)
1844 temp = uint8[uint8.length - 1]
1845 output += encode(temp >> 2)
1846 output += encode((temp << 4) & 0x3F)
1851 output += encode(temp >> 10)
1852 output += encode((temp >> 4) & 0x3F)
8841 var temp = n;
8843 func = temp;
8900 var temp = n;
[all …]
H A Dpdfmake.min.js.map1temp","extraBytes","output","isLE","mLen","nBytes","eLen","eMax","eBias","nBits","d","s","NaN","rt…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …||1);for(var i=3,l=imageData.data.length;i<l;i+=4){var temp=imageData.data[i];_isTransparent=temp<…
H A Dfabric.js855 var temp = imageData.data[i];
856 _isTransparent = temp <= 0;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMaxInstancesTest.php28 $temp = Settings::$maxRecurrences;
36 Settings::$maxRecurrences = $temp;

12345678910