/plugin/nspages/ |
H A D | optionParser.php | 16 optionParser::preg_match_all_wrapper($pattern, $match, $found); 17 foreach($found as $regex) { 29 * @param mixed $valIfFound the value affected to the previous variable if the option is found 32 if(optionParser::preg_match_wrapper($pattern, $match, $found)) { 34 $match = optionParser::_removeFromMatch($found[0], $match); 39 if(optionParser::preg_match_wrapper('r *=? *\"?([[:digit:]]*)\"?', $match, $found)) { 40 if($found[1] != '') { 41 $varAffected = (int) $found[1]; 45 $match = optionParser::_removeFromMatch($found[0], $match); 50 if(optionParser::preg_match_wrapper("nb?Cols? *=? *\"?([[:digit:]]*)\"?", $match, $found)) { [all...] |
/plugin/odt/ODT/ |
H A D | ODTSpan.php | 151 if ($found !== false) { 159 $tagged = substr($HTMLCode, $found [0], $found [1]-$found [0]+1); 162 if ($HTMLCode [$found[1]-1] == '/') { 166 if ($HTMLCode [$found[0]+1] != '/') { 181 $pos = $found [1]+1; 196 $found = &$parsed [$out]; 197 if (isset($found ['content'])) { 199 } else if (isset($found ['tag-open'])) { 207 … (array_key_exists($found ['tag-open'], $spans) || $found ['tag-open'] == 'span')) { 213 if ($found ['tag-open'] != 'span') { [all …]
|
H A D | ODTUtility.php | 67 $found = false; 72 $found = true; 86 if ( $found == false ) { 90 $found = true; 105 if ( $found == false ) { 831 if ($found !== false) { 839 $tagged = substr($HTMLCode, $found [0], $found [1]-$found [0]+1); 861 $pos = $found [1]+1; 879 $found = &$parsed [$out]; 880 if (isset($found ['content'])) { [all …]
|
/plugin/datepicker/ |
H A D | action.php | 81 $found=explode('<'.$mode,$range_part); 87 $found_counter += count($found)-1; 94 if($found[$datecount_range+1][0] === '\\'){ 96 $found[$datecount_range+1]=substr($found[$datecount_range+1],1); 98 else if($found[$datecount_range+1][0] === '#'){ 100 $found[$datecount_range+1]=substr($found[$datecount_range+1],1); 102 $found[$datecount_range+1] = ltrim($found[$datecount_range+1]); 103 $stop=strpos($found[$datecount_range+1],">"); 108 $olddatestr=substr($found[$datecount_range+1],0,$stop); 109 …$found[$datecount_range+1]=str_replace($olddatestr,$option." ".$datestr." ",$found[$datecount_rang… [all …]
|
/plugin/dev/ |
H A D | LangProcessor.php | 38 if (isset($found['js']) && isset($lang['js'])) { 39 $drop['js'] = array_diff_key($lang['js'], $found['js']); 126 $found = []; 134 $found = array_merge($found, $this->phpExtract($path)); 136 if (!isset($found['js'])) $found['js'] = []; 137 $found['js'] = array_merge($found['js'], $this->jsExtract($path)); 143 $found['men [all...] |
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
H A D | OperatorSpacingSniff.php | 142 $found = 'newline'; 148 if ($found !== 1 152 $data = array($found); 171 $found = 'newline'; 177 if ($found !== 1 255 $found = 'newline'; 261 if ($found !== 1 267 $found, 302 $found = 'newline'; 308 if ($found !== 1 [all …]
|
H A D | FunctionClosingBraceSpaceSniff.php | 110 $found = ($braceLine - $prevLine - 1); 115 if ($found < 0) { 121 } else if ($found > 0) { 123 $data = array($found); 149 if ($found !== 1) { 150 if ($found < 0) { 151 $found = 0; 155 $data = array($found); 159 if ($found > 1) {
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ |
H A D | ControlSignatureSniff.php | 81 $found = 1; 83 $found = 0; 86 $found = 'newline'; 92 if ($found !== 1) { 96 $found, 101 if ($found === 0) { 205 $found = 0; 214 if ($found !== 0) { 252 $found = 1; 254 $found = 0; [all …]
|
/plugin/inlineedit/ |
H A D | action.php | 56 $found=explode("<inlineedit>",$data); 62 if ($itemPos < count($found)) { 63 for($index = 0; $index < count($found); $index++) { 66 $offset += strlen($found[$ii])+8; 84 $found[$index+1] = ltrim($found[$index+1]); 85 $stop=strpos($found[$index+1],"</inlineedit>"); 90 $oldstr = substr($found[$index+1],0,$stop); 95 $found[$index+1]= $newstr.$found[$index+1]; 98 $found[$index+1]=str_replace($oldstr,$newstr,$found[$index+1]); 103 $data=implode("<inlineedit>",$found);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/ |
H A D | AbstractPatternSniff.php | 301 $found = $tokens[$stackPtr]['content'].$found; 369 $found = '{'.$found; 371 $found = '('.$found; 374 $found = '...'.$found; 400 $found = $tokenContent.$found; 420 $found = 'EOL'.$found; 727 $found = str_replace("\r\n", '\n', $found); 728 $found = str_replace("\n", '\n', $found); 729 $found = str_replace("\r", '\n', $found); 730 $found = str_replace("\t", '\t', $found); [all …]
|
/plugin/likeit/ |
H A D | action.php | 49 $found=explode("<likeit",$data); 51 if ($input_index < count($found)) { 53 $found[$input_index+1] = ltrim($found[$input_index+1]); 54 $stop=strpos($found[$input_index+1],">"); 59 $olduserlist = substr($found[$input_index+1],0,$stop); 76 $found[$input_index+1]= " ".$newuserlist." ".$found[$input_index+1]; 79 $found[$input_index+1]=str_replace($olduserlist," ".$newuserlist." ",$found[$input_index+1]); 85 $data=implode("<likeit",$found);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/ |
H A D | LineEndingsSniff.php | 75 $found = $phpcsFile->eolChar; 76 $found = str_replace("\n", '\n', $found); 77 $found = str_replace("\r", '\r', $found); 79 $phpcsFile->recordMetric($stackPtr, 'EOL char', $found); 81 if ($found === $this->eolChar) { 88 if ($found === '\n') { 104 $found,
|
/plugin/whyspam/ |
H A D | admin.php | 49 $found = array(); 53 $found = array_merge($found,$this->_checkit($file,$_REQUEST['whyspam'])); 58 if(count($found)){ 61 foreach($found as $f){ 75 $found = array(); 91 $found[] = array($file, $i, $block, $snip); 94 return $found;
|
/plugin/quickstats/GEOIP/vendor/ |
H A D | check_dir.php | 6 function listdir($start_dir='.', $found=false) { argument 16 if($found) { 17 $found = false; 21 $found = true; 25 listdir($filepath,$found); 27 else if($found && preg_match('/GeoLite2-City_*\d+/',$filepath)) { 35 else if($found) {
|
/plugin/html2pdf/snorriheim/ |
H A D | tpl_functions.php | 153 $found = false; 158 while(!$found && count($path) > 1) { 165 $found = true; 178 $found = @file_exists(wikiFN($la_navpn)); 179 if ( $found ) { 185 if ( !$found ) { 186 $found = @file_exists(wikiFN($navpn)); 187 if ( $found ) { 235 $found = false; 238 while(!$found && count($path) > 0) { [all …]
|
/plugin/catlist/ |
H A D | syntax.php | 48 if (preg_match('/-'.$option.' /i', $match, $found)) { 50 $match = str_replace($found[0], '', $match); 54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) { 55 $varAffected = $varAssoc[$found[1]]; 56 $match = str_replace($found[0], '', $match); 102 if (preg_match("/-expandButton:([0-9]+)/i", $match, $found)) { 103 $data['expand'] = intval($found[1]); 104 $match = str_replace($found[0], '', $match); 119 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)!?):\"([^\\/\"]+)\" /i", $match, $found); ) { [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | MockSubscriptionSupport.php | 113 $found = null; 117 $found =& $sub; 123 if (!$found) return; 125 $propPatch->handleRemaining(function($mutations) use (&$found) { 127 $found[$k] = $v; 142 $found = null;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ |
H A D | ClassDefinitionClosingBraceSpaceSniff.php | 70 $found = (($tokens[$next]['line'] - $tokens[$stackPtr]['line']) - 1); 71 if ($found !== 1) { 73 $data = array($found); 77 if ($found === 0) { 96 $found = $phpcsFile->findPrevious( 102 if ($found !== false) {
|
/plugin/tagadd/ |
H A D | action.php | 253 $found=explode("{{tag>",$data); 255 if ($idcount < count($found) && count($found)>1) { 257 $found[$idcount+1] = ltrim($found[$idcount+1]); 258 $stop=strpos($found[$idcount+1],"}}"); 263 $oldstr = substr($found[$idcount+1],0,$stop); 266 $found[$idcount+1]= " ".$newstr." ".$found[$idcount+1]; 268 $found[$idcount+1]=str_replace($oldstr," ".$newstr." ",$found[$idcount+1]); 271 $data=implode("{{tag>",$found);
|
/plugin/multiselect/ |
H A D | action.php | 77 $found=explode("<multiselect",$range_part); 83 $found_counter += count($found)-1; 88 $stop=strpos($found[$selectcount_range+1],">"); 90 $oldsmileys=substr($found[$selectcount_range+1],0,$stop); 111 …$found[$selectcount_range+1]=str_replace($oldsmileys," ".$newsmileys." ",$found[$selectcount_range… 112 …$range_part=implode("<multiselect",$found) . (isset($range_delemiters[$range_index])?$range_delemi…
|
/plugin/bugzillaint/syntax/ |
H A D | tree.php | 59 …'depth' => preg_match('/depth:([0-9])/i', $match, $found) ? $found[1] : $this->getConf('tree_depth… 60 'hideResolved' => !!preg_match('/hideResolved/i', $match, $found), 61 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | phpstan.neon | 11 - '#Class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#' 12 …Instantiated class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#' 14 - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#' 15 - '#Class Doctrine\\Tests\\Common\\Annotations\\False not found#' 16 - '#Class Doctrine\\Tests\\Common\\Annotations\\Null not found#'
|
/plugin/topbarsyntax/ |
H A D | syntax.php | 67 $found = false; 71 while(!$found && count($path) >= 0) { 73 $found = @file_exists(wikiFN($tbar)); 76 if(!$found && $tbar == ':topbar') return; 79 if($found && auth_quickaclcheck($tbar) >= AUTH_READ) {
|
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 172 found = str.split(/&/); 173 console.log(found); 176 for(i=0; i<found.length; i++) { 178 if(found[i].match(/Folder/)) { 179 var ar = found[i].split(/=/); 183 if(found[i].match(/file/)) { 184 var ar = found[i].split(/=/);
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 172 found = str.split(/&/); 173 console.log(found); 176 for(i=0; i<found.length; i++) { 178 if(found[i].match(/Folder/)) { 179 var ar = found[i].split(/=/); 183 if(found[i].match(/file/)) { 184 var ar = found[i].split(/=/);
|