/plugin/zip/pear/File/Archive/Predicate/ |
H A D | Not.php | 41 var $pred; variable in File_Archive_Predicate_Not 42 function File_Archive_Predicate_Not($pred) argument 44 $this->pred = $pred; 51 return !$this->pred->isTrue($source);
|
H A D | And.php | 69 function addPredicate($pred) argument 71 $this->preds[] = $pred;
|
H A D | Or.php | 66 function addPredicate($pred) argument 68 $this->preds[] = $pred;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
H A D | PredPrediction.php | 15 public $pred; variable in Antlr\\Antlr4\\Runtime\\Dfa\\PredPrediction 20 public function __construct(SemanticContext $pred, int $alt) argument 22 $this->pred = $pred; 28 return \sprintf('(%s, %d)', (string) $this->pred, $this->alt);
|
/plugin/zip/pear/File/ |
H A D | Archive.php | 812 $pred = new File_Archive_Predicate_And(); 815 $pred->addPredicate($p); 817 return $pred; 830 $pred = new File_Archive_Predicate_Or(); 833 $pred->addPredicate($p); 835 return $pred; 843 function predNot($pred) argument 846 return new File_Archive_Predicate_Not($pred); 1344 $writer = $result->makeWriterRemoveFiles($pred); 1357 function remove($pred, $URL) argument [all …]
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Directory.php | 142 function makeWriterRemoveFiles($pred) argument 144 if ($source !== null && $pred->isTrue($this)) { 155 $toUnlink = ($pred->isTrue($this) ? $this->getDataFilename() : null); 159 return PEAR::raiseError($pred);
|
H A D | Relay.php | 113 function makeWriterRemoveFiles($pred) argument 115 $writer = $this->source->makeWriterRemoveFiles($pred);
|
H A D | Ar.php | 271 function makeWriterRemoveFiles($pred) argument 278 if ($this->_currentFilename !== null && $pred->isTrue($this)) { 285 if ($pred->isTrue($this)) {
|
H A D | Tar.php | 238 function makeWriterRemoveFiles($pred) argument 245 if ($this->currentFilename !== null && $pred->isTrue($this)) { 252 if ($pred->isTrue($this)) {
|
H A D | Uncompress.php | 300 function makeWriterRemoveFiles($pred) argument 308 return parent::makeWriterRemoveFiles($pred);
|
H A D | Cache.php | 241 function makeWriterRemoveFiles($pred) argument 243 $writer = $this->source->makeWriterRemoveFiles($pred);
|
H A D | Zip.php | 283 function makeWriterRemoveFiles($pred) argument 290 if ($this->currentFilename !== null && $pred->isTrue($this)) { 298 if (substr($this->getFilename(), -1) == '/' || $pred->isTrue($this)) {
|
H A D | Memory.php | 195 function makeWriterRemoveFiles($pred) argument
|
H A D | File.php | 260 function makeWriterRemoveFiles($pred) argument
|
H A D | Gzip.php | 207 function makeWriterRemoveFiles($pred) argument
|
H A D | Bzip2.php | 185 function makeWriterRemoveFiles($pred) argument
|
/plugin/zip/pear/File/Archive/ |
H A D | Reader.php | 368 * @param File_Archive_Predicate $pred the predicate verified by removed files 371 function makeWriterRemoveFiles($pred) argument
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ParserATNSimulator.php | 1336 $pred = $altToPred[$i]; 1338 if ($pred === null) { 1340 } elseif ($pred !== SemanticContext::none()) { 1374 $pred = $altToPred[$i]; 1378 $pairs[] = new PredPrediction($pred, $i); 1381 if ($pred !== SemanticContext::none()) { 1535 if ($pair->pred === SemanticContext::none()) { 1548 $pair->pred, 1575 SemanticContext $pred, argument 1580 return $pred->eval($this->parser, $parserCallStack);
|
/plugin/codemirror/dist/modes/ |
H A D | haskell.min.js.map | 1 …, \"notElem\", \"null\", \"odd\", \"or\",\n \"otherwise\", \"pi\", \"pred\", \"print\", \"pro…
|
H A D | clojure.min.js.map | 1 …",\n \"error-handler\", \"error-mode\", \"eval\", \"even?\", \"every-pred\", \"every?\",\n …
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 12.12.js.map | 1 …n 'error-mode',\n 'eval',\n 'even?',\n 'every-pred',\n 'every?'…
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …pred","from","to","midF","mid","ceil","floor","iterateBidiSections","order","found","part","max","…
|
H A D | scripts.min.js | 5 …pred(f,this)&&O(d,j.val)==-1){d.push(j.val)}}return d},getStateAfter:function(a,b){var c=this.doc;…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 7334 var pred = _this._gantt.getTask(source); 7335 return _this._gantt.getWBSCode(pred);
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 22126 component.blockData[offset] = component.pred += diff; 22153 component.blockData[offset] = component.pred += diff; 22322 components[i].pred = 0;
|