Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 1647) sorted by relevance

12345678910>>...66

/plugin/nspages/
DoptionParser.php16 optionParser::preg_match_all_wrapper($pattern, $match, $found);
17 foreach($found as $regex) {
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)) {
51 if($found[1] != '') {
[all …]
/plugin/odt/ODT/
DODTSpan.php150 $found = ODTUtility::getNextTag($HTMLCode, $pos);
151 if ($found !== false) {
153 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
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'])) {
198 $checked [$out] = $params->document->replaceXMLEntities($found ['content']);
[all …]
DODTUtility.php67 $found = false;
72 $found = true;
86 if ( $found == false ) {
90 $found = true;
105 if ( $found == false ) {
830 $found = self::getNextTag($HTMLCode, $pos);
831 if ($found !== false) {
833 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
839 $tagged = substr($HTMLCode, $found [0], $found [1]-$found [0]+1);
842 if ($HTMLCode [$found[1]-1] == '/') {
[all …]
/plugin/datepicker/
Daction.php81 $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/
DLangProcessor.php38 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['menu'] = 'admin/';
146 $found['menu'] = 'admin.php';
149 return $found;
163 $found = [];
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
DOperatorSpacingSniff.php142 $found = 'newline';
144 $found = $tokens[($stackPtr - 1)]['length'];
147 $phpcsFile->recordMetric($stackPtr, 'Space before operator', $found);
148 if ($found !== 1
149 && ($found !== 'newline' || $this->ignoreNewlines === false)
152 $data = array($found);
171 $found = 'newline';
173 $found = $tokens[($stackPtr + 1)]['length'];
176 $phpcsFile->recordMetric($stackPtr, 'Space after operator', $found);
177 if ($found !== 1
[all …]
DFunctionClosingBraceSpaceSniff.php110 $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/
DControlSignatureSniff.php81 $found = 1;
83 $found = 0;
86 $found = 'newline';
88 $found = strlen($tokens[($stackPtr + 1)]['content']);
92 if ($found !== 1) {
96 $found,
101 if ($found === 0) {
120 $found = strlen($content);
122 $found = '"'.str_replace($phpcsFile->eolChar, '\n', $content).'"';
125 … $fix = $phpcsFile->addFixableError($error, $closer, 'SpaceAfterCloseParenthesis', array($found));
[all …]
/plugin/inlineedit/
Daction.php56 $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/
DAbstractPatternSniff.php283 $found = '';
301 $found = $tokens[$stackPtr]['content'].$found;
336 $found = $tokens[$prev]['content'].$tokenContent.$found;
369 $found = '{'.$found;
371 $found = '('.$found;
374 $found = '...'.$found;
379 $found = 'abc';
400 $found = $tokenContent.$found;
406 $found = $tokens[$stackPtr]['content'].$found;
420 $found = 'EOL'.$found;
[all …]
/plugin/likeit/
Daction.php49 $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/
DLineEndingsSniff.php75 $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/
Dadmin.php49 $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/
Dcheck_dir.php6 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/
Dtpl_functions.php127 $found = @file_exists(wikiFN($user_navpn));
129 if($found && auth_quickaclcheck($user_navpn) >= AUTH_READ) {
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 ) {
[all …]
/plugin/catlist/
Dsyntax.php48 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, $fou…
120 $option = strtolower($found[1]);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
DMockSubscriptionSupport.php113 $found = null;
117 $found =& $sub;
123 if (!$found) return;
125 $propPatch->handleRemaining(function($mutations) use (&$found) {
127 $found[$k] = $v;
142 $found = null;
/plugin/tagadd/
Daction.php253 $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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
DClassDefinitionClosingBraceSpaceSniff.php70 $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/multiselect/
Daction.php77 $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/asciidocjs/node_modules/jake/lib/
Dloader.js95 let found = null;
100 if ((found = fileExists(n))) {
101 return found;
105 if ((found = fileExists(n))) {
106 return found;
109 if (found) {
110 return found;
/plugin/bugzillaint/syntax/
Dtree.php59 …'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/
Dphpstan.neon11 - '#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/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js172 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/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js172 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(/=/);

12345678910>>...66