/plugin/struct/_test/ |
H A D | Type_Url.test.php | 77 public function test_validate_fail($value, $prefix, $postfix, $autoscheme) argument 79 … $url = new Url(array('prefix' => $prefix, 'postfix' => $postfix, 'autoscheme' => $autoscheme)); 86 public function test_validate_success($value, $prefix, $postfix, $autoscheme) argument 88 … $url = new Url(array('prefix' => $prefix, 'postfix' => $postfix, 'autoscheme' => $autoscheme));
|
H A D | Type_Text.test.php | 136 public function test_filter($prefix, $postfix, $comp, $val, $e_sql, $e_opt) argument 140 $text = new Text(array('prefix' => $prefix, 'postfix' => $postfix));
|
H A D | Type_Decimal.test.php | 125 …derValue($value, $expect, $roundto, $decpoint, $thousands, $trimzeros, $prefix = '', $postfix = '') argument 133 'postfix' => $postfix
|
/plugin/fetchmedia/action/ |
H A D | ajax.php | 208 $postfix = substr($text, $end); 211 $closingBracketsPos = strpos($postfix, ']]'); 212 …$postfix = substr($postfix, 0, $closingBracketsPos) . '}}' . substr($postfix, $closingBracketsPos… 214 $text = $prefix . $newMediaId . $postfix;
|
/plugin/prosemirror/parser/ |
H A D | RSSNode.php | 54 $postfix = '}}'; 55 return $prefix . $url . $paramString . $postfix;
|
H A D | TableRowNode.php | 50 $postfix = $lastCell->isHeaderCell() ? '^' : '|'; 52 return $doc . $postfix;
|
H A D | LinkNode.php | 51 $postfix = $this->textNode->getPostfixSyntax(); 70 return $prefix . '[[' . $inner . $title . ']]' . $postfix;
|
H A D | TextNode.php | 116 $postfix = $this->getPostfixSyntax(); 117 return $prefix . $inner . $postfix;
|
/plugin/struct/types/ |
H A D | Page.php | 87 $postfix = $this->config['autocomplete']['postfix']; 109 if ($postfix && substr($id, -1 * strlen($postfix)) != $postfix) {
|
/plugin/data-au/db/ |
H A D | update0002.sql | 1 CREATE TABLE aliases (name, type, prefix, postfix, comment); field
|
/plugin/data/db/ |
H A D | update0002.sql | 1 CREATE TABLE aliases (name, type, prefix, postfix, comment); field
|
/plugin/semanticdata/ |
H A D | helper.php | 80 if (isset($type['postfix'])) $post = $type['postfix'];
|
/plugin/passpolicy/ |
H A D | helper.php | 310 $postfix = ''; 312 $postfix .= $this->rand(10, 99); 317 $postfix .= $this->pools['special'][rand(0, $spec_len - 1)]; 335 if ($postfix) $output .= $postfix;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | postfix.test | 2 Twig parses postfix expressions
|
/plugin/sfauth/ |
H A D | helper.php | 399 $postfix = ' '.$instance; 401 $postfix = ''; 404 return $this->getConf($config.$postfix);
|
/plugin/data-au/ |
H A D | helper.php | 169 if(isset($type['postfix'])) { 170 $post = $type['postfix'];
|
/plugin/data/ |
H A D | helper.php | 164 if(isset($type['postfix'])) { 165 $post = $type['postfix'];
|
/plugin/siteexport/inc/ |
H A D | functions.php | 710 public function mapIDWithAnchor(&$n, $key, $postfix) argument 712 if (empty($postfix)) return; 713 $n .= '-' . $postfix; 716 public function getMapID($elemID, $postfix, &$check) argument 726 array_walk($mapID, array($this, 'mapIDWithAnchor'), $postfix);
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-swift.js | 51 …|nonmutating|open|operator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix…
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.core.js | 81 …\\b",postfix="\\b";if(!pattern.match(/^\w/)){if(!pattern.match(/\w$/)){prefix=postfix="";}else{pre… 84 return prefix+pattern+postfix;}
|
/plugin/revealjs/ |
H A D | changelog.md | 24 …- Background image size is recognized by postfix `%` and `px` or by keywords `auto`, `contain` and… 28 …ne`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out` f…
|
H A D | README.md | 272 …- Background image size is recognized by postfix `%` and `px` or by keywords `auto`, `contain` and… 276 …ne`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out` f…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 63.63.js.map | 1 …n 'operator',\n 'optional',\n 'override',\n 'postfix',\n 'prece…
|
H A D | 42.42.js.map | 1 …fix',\n 'infixl',\n 'infixr',\n 'prefix',\n 'postfix',\n //\n …
|
/plugin/codemirror/dist/modes/ |
H A D | swift.min.js.map | 1 …ssignment\",\"associativity\",\"infix\",\"left\",\"none\",\"operator\",\"postfix\",\"precedence\",…
|