/plugin/nspages/ |
H A D | syntax.php | 42 $return = $this->_getDefaultOptions(); 43 $return['pos'] = $pos; 71 optionParser::checkRecurse($match, $return['maxDepth']); 72 optionParser::checkNbColumns($match, $return['nbCol']); 86 optionParser::checkNbItemsMax($match, $return['nbItemsMax']); 87 …rser::checkGlobalExclude($this->getConf('global_exclude'), $return['excludedPages'], $return['excl… 88 …optionParser::checkExclude($match, $return['excludedPages'], $return['excludedNS'], $return['exclu… 95 $return['wantedNS'] = $nsFinder->getWantedNs(); 96 $return['safe'] = $nsFinder->isNsSafe(); 97 $return['wantedDir'] = $nsFinder->getWantedDirectory(); [all …]
|
/plugin/dataplot/ |
H A D | syntax.php | 55 $return = array( 99 $return['xlabel'] = $match[1]; 103 $return['ylabel'] = $match[1]; 119 $return['smooth'] = true; 122 $return['align'] = $match[1]; 129 $return['width'] = $match[1]; 135 $return['debug'] = true; 144 if ( $return['width'] != 0 && $return['height'] != 0 ) { 145 $gnu_size = ' size '.$return['width'].','.$return['height']; 181 if ( $return['smooth'] && ($return['plottype'] == 'linespoints') ) { [all …]
|
/plugin/hidden/ |
H A D | syntax.php | 52 $return['text'] = $match; 54 $return['text'] = htmlspecialchars($return['text']); 55 return $return; 58 $return = array( 87 $return['printHead'] = false; 96 $return['edit'] = true; 124 if( $return['onHidden']=='' && $return['onVisible']=='' ){ 134 …$return['onHidden'] = ($return['onHidden']!='') ? $return['onHidden'] : $this->getConf('default_te… 135 …$return['onVisible'] = ($return['onVisible']!='') ? $return['onVisible'] : $this->getConf('default… 140 $return['onExportPdf'] = $return['onVisible']; [all …]
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | grammar.jison | 16 [\r\n]+ return 'NL'; 20 "left of" return 'left_of'; 22 "over" return 'over'; 23 "note" return 'note'; 24 "title" return 'title'; 25 "," return ','; 26 [^\->:,\r\n"]+ return 'ACTOR'; 27 \"[^"]+\" return 'ACTOR'; 29 "-" return 'LINE'; 31 ">" return 'ARROW'; [all …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | ICalendarTest.php | 39 $return = ""; 41 $return .= $object->serialize(); 78 $return = ""; 80 $return .= $object->serialize(); 125 $return = ""; 139 $return .= $object->serialize(); 165 $return = ""; 167 $return .= $object->serialize(); 259 $return = ""; 276 $return .= $object->serialize(); [all …]
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | ICalendarTest.php | 39 $return = ""; 41 $return .= $object->serialize(); 78 $return = ""; 80 $return .= $object->serialize(); 125 $return = ""; 139 $return .= $object->serialize(); 165 $return = ""; 167 $return .= $object->serialize(); 259 $return = ""; 276 $return .= $object->serialize(); [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | ICalendarTest.php | 39 $return = ""; 41 $return .= $object->serialize(); 78 $return = ""; 80 $return .= $object->serialize(); 125 $return = ""; 139 $return .= $object->serialize(); 165 $return = ""; 167 $return .= $object->serialize(); 259 $return = ""; 276 $return .= $object->serialize(); [all …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | ICalendarTest.php | 39 $return = ""; 41 $return .= $object->serialize(); 78 $return = ""; 80 $return .= $object->serialize(); 125 $return = ""; 139 $return .= $object->serialize(); 165 $return = ""; 167 $return .= $object->serialize(); 259 $return = ""; 276 $return .= $object->serialize(); [all …]
|
/plugin/flash/ |
H A D | syntax.php | 57 $return = array( 71 if(preg_match('/\b(left|center|right)\b/i',$conf,$match)) $return['align'] = $match[1]; 73 $return['width'] = $match[1]; 74 $return['height'] = $match[2]; 80 $return['swf'] = ml($conf,'',true,'&'); 83 $return['data'] = linesToHash($lines); 84 foreach($return['data'] as $key => $val){ 86 $return['data'][substr($key,1)] = ml($val,'',true,'&'); 87 unset($return['data'][$key]); 91 return $return;
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 226 $return = ''; 300 return $return; 306 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return); 335 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return); 352 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return); 362 return UC_CONNECT == 'mysql' ? $return : uc_unserialize($return); 371 $return = ''; 374 return $return; 382 $return = ''; 385 return $return; [all …]
|
/plugin/todo/syntax/ |
H A D | todo.php | 270 $return .= ']</span>'; 281 $return .= '<span class="tododates">['; 283 $return .= ' → '; 285 $return .= ']</span>'; 296 $return .= '<del>'; 298 $return .= '<span class="todoinnertext">'; 305 $return .= hsc($todotitle); 308 $return .= '</span>'; 311 $return .= '</del>'; 314 $return .= '</span>'; [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 5.5.js.map | 1 …return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n …
|
/plugin/gchart/ |
H A D | syntax.php | 63 $return = array( 83 $return['title'] = $match[1]; 87 $return['align'] = strtolower($match[1]); 90 $return['legend'] = true; 93 $return['value'] = true; 96 $return['width'] = $match[1]; 97 $return['height'] = $match[2]; 106 $return['fg'] = $match[1][0]; 109 $return['bg'] = $match[1][1]; 128 $return['data'] = $data; [all …]
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | class.csstidy_optimise.php | 490 $return[$property] = $value; 491 return $return; 503 $return = array(); 533 return $return; 600 $return = $array; 608 $return[$key] = ''; 625 $return[$key] = csstidy_optimise::shorthand(trim($return[$key].$important)); 628 return $return; 708 if($return[$bg_prop] !== NULL) 710 $return[$bg_prop] = substr($return[$bg_prop],0,-1).$important; [all …]
|
/plugin/redirector/ |
H A D | action.php | 46 …$return = preg_replace( array_keys($redirectURLs), array_values($redirectURLs), strtolower($checkI… 47 if ( substr($return , -1) == '/' ) $return .= $conf['start']; 49 if ( $return == strtolower($checkID) ) { 54 …('/(?i)bot/', $_SERVER['HTTP_USER_AGENT'])) { dbglog("Redirecting: '{$checkID}' to '{$return}'"); } 68 $return .= '?' . $params; 72 if ( $return != $_SERVER['REQUEST_URI'] ) { 73 send_redirect($return);
|
/plugin/codemirror/dist/modes/ |
H A D | haxe.min.js.map | 1 …return","break","continue","new","throw","var","inline","static","using","public","private","cast"…
|
H A D | javascript.min.js.map | 1 …return","break","continue","new","delete","void","throw","debugger","var","const","let","function"…
|
H A D | erlang.min.js.map | 1 …return rval(state,stream,\"string\");\n }\n\n // in multi-line atom\n if (state.in_atom) …
|
H A D | http.min.js.map | 1 …return \"error\";\n }\n\n function start(stream, state) {\n if (stream.match(/^HTTP\\/\\d\\.\…
|
H A D | tiki.min.js.map | 1 …return function(stream, state) {\n while (!stream.eol()) {\n if (stream.match(terminat…
|
/plugin/seqdia/ |
H A D | syntax.php | 53 $return = array( 68 if(preg_match('/\b(left|center|right)\b/i',$conf,$match)) $return['align'] = $match[1]; 70 $return['width'] = $match[1]; 71 $return['height'] = $match[2]; 74 $return['style'] = strtolower($match[1]); 76 if(preg_match('/\bwidth=([0-9]+)\b/i', $conf,$match)) $return['width'] = $match[1]; 77 if(preg_match('/\bheight=([0-9]+)\b/i', $conf,$match)) $return['height'] = $match[1]; 80 $return['md5'] = md5($input); // we only pass a hash around 83 io_saveFile($this->_cachename($return,'txt'),$input); 85 return $return;
|
/plugin/move/action/ |
H A D | progress.php | 43 $return = array( 54 $return['complete'] = true; 57 $return['progress'] = $plan->getProgress(); 58 $return['error'] = $plan->getLastError(); 59 if($todo === 0) $return['complete'] = true; 64 echo $json->encode($return);
|
/plugin/authyubikey/ |
H A D | auth.php.org | 63 * @return bool 102 * @return string 156 return $pwd; 165 * @return bool 199 return true; 226 return 0; 242 * @return int 292 return $out; 375 return $row; 385 * @return bool [all …]
|
/plugin/graphviz/ |
H A D | syntax.php | 52 $return = array( 66 if(preg_match('/\b(left|center|right)\b/i',$conf,$match)) $return['align'] = $match[1]; 68 $return['width'] = $match[1]; 69 $return['height'] = $match[2]; 72 $return['layout'] = strtolower($match[1]); 74 if(preg_match('/\bwidth=([0-9]+)\b/i', $conf,$match)) $return['width'] = $match[1]; 75 if(preg_match('/\bheight=([0-9]+)\b/i', $conf,$match)) $return['height'] = $match[1]; 79 $return['md5'] = md5($input); // we only pass a hash around 82 io_saveFile($this->_cachename($return,'txt'),$input); 84 return $return;
|
/plugin/ditaa/ |
H A D | syntax.php | 66 $return = array( 87 $return['width'] = $match[1]; 88 $return['height'] = $match[2]; 90 if(preg_match('/\b(\d+(\.\d+)?)X\b/', $conf, $match)) $return['scale'] = $match[1]; 91 if(preg_match('/\bwidth=([0-9]+)\b/i', $conf, $match)) $return['width'] = $match[1]; 92 if(preg_match('/\bheight=([0-9]+)\b/i', $conf, $match)) $return['height'] = $match[1]; 96 $return[$match[2]] = !$match[1]; 101 $return['md5'] = md5($input.$this->_prepareData($return)); // we only pass a hash around 104 io_saveFile(getCacheName($return['md5'], '.ditaa.txt'), $input); 105 io_saveFile(getCacheName($return['md5'], '.ditaa.cfg'), serialize($return)); [all …]
|