Home
last modified time | relevance | path

Searched refs:target (Results 126 – 150 of 902) sorted by relevance

12345678910>>...37

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php66 foreach ($expected as $target => $withLoop) {
67 …True($this->checkForConfiguration($stream, $target, $withLoop), sprintf('variable %s is %soptimize…
110 public function checkForConfiguration(Twig_NodeInterface $node = null, $target, $withLoop) argument
118 if ($target === $n->getNode('value_target')->getAttribute('name')) {
123 $ret = $this->checkForConfiguration($n, $target, $withLoop);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php208 // If the previous target was already part of the DFA, we might
224 $target = $this->getExistingTargetState($s, $t);
226 if ($target === null) {
227 $target = $this->computeTargetState($input, $s, $t);
230 if ($target === ATNSimulator::error()) {
242 if ($target->isAcceptState) {
243 $this->captureSimState($this->prevAccept, $input, $target);
250 $s = $target; // flip; current DFA target becomes new src/from state
257 * Get an existing target stat
[all...]
/plugin/blogtng/helper/
H A Dtags.php219 * @param string $target - tag links will point to this page, tag is passed as parameter
221 public function tpl_tags($target){ argument
224 … $prepared[] = '<li><div class="li">' . $this->_format_tag_link($tag, $target) . '</div></li>';
233 * @param string $target - tag links will point to this page
236 public function tpl_tagstring($target, $separator) { argument
237 …ay_map(array($this, '_format_tag_link'), $this->tags, array_fill(0, count($this->tags), $target)));
307 * @param string $target pageid
310 private function _format_tag_link($tag, $target) { argument
311 return '<a href="'.wl($target,array('post-tags'=>$tag)).'" class="tag">'.hsc($tag).'</a>';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DEpsilonTransition.php14 public function __construct(ATNState $target, int $outermostPrecedenceReturn = -1) argument
16 parent::__construct($target);
60 && $this->target->equals($other->target);
H A DAtomTransition.php15 public function __construct(ATNState $target, int $label) argument
17 parent::__construct($target);
45 && $this->target->equals($other->target);
H A DPrecedencePredicateTransition.php15 public function __construct(ATNState $target, int $precedence) argument
17 parent::__construct($target);
53 && $this->target->equals($other->target);
H A DActionTransition.php24 public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDependent = false) argument
26 parent::__construct($target);
64 && $this->target->equals($other->target);
H A DSetTransition.php19 public function __construct(ATNState $target, ?IntervalSet $set = null) argument
21 parent::__construct($target);
54 && $this->target->equals($other->target);
H A DPredicateTransition.php25 public function __construct(ATNState $target, int $ruleIndex, int $predIndex, bool $isCtxDependent) argument
27 parent::__construct($target);
67 && $this->target->equals($other->target);
H A DRangeTransition.php19 public function __construct(ATNState $target, int $from, int $to) argument
21 parent::__construct($target);
51 && $this->target->equals($other->target);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php66 public function setTarget(Target $target) argument
68 $this->target = $target;
75 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DWatch.php136 public function setTarget(WatchTarget $target) argument
138 $this->target = $target;
145 return $this->target;
/plugin/yuriigantt/src/Entities/
H A DTask.php44 public $target; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
65 $this->target = isset($data->target) ? $data->target : null;
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php24 $target = " onclick=\"window.open(this.href,\\'_blank\\');return false;\"";
26 $target = "";
37 …[\n \]])([\w]+?://[\w\#$%&~/.\-;:=,?@+]*)#ise", "'\\1<a href=\"\\2\"" . $target . ">' . pfc_shorte…
44 …(www|ftp)\.[\w\#$%&~/.\-;:=,?@+]*)#ise", "'\\1<a href=\"http://\\2\"" . $target . ">' . pfc_shorte…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TransitionCoverageTransition.php98 public function setTarget(GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode $target) argument
100 $this->target = $target;
107 return $this->target;
/plugin/langdelete/
H A Dscript.js31 let lang = event.target.labels[0].textContent;
32 let $elt = jQuery( event.target );
45 jQuery( event.target ).removeClass('ani-ld-text-added');
52 let t = jQuery( event.target ).val();
71 jQuery( event.target ).removeClass('ani-ld-text-added');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAutoscaler.php68 public $target; variable in Google\\Service\\Compute\\Autoscaler
245 public function setTarget($target) argument
247 $this->target = $target;
254 return $this->target;
/plugin/qrcode2/
H A Dhelper.php23 function get_img($target, $return = false, $size = 96) { argument
27 $src = "../lib/plugins/qrcode2/png.php?id=".$target;
30 $src = "lib/plugins/qrcode2/png.php?id=".$target;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java791 Object target = null; in actionPerformed() local
799 } else if (target == null) { in actionPerformed()
800 target = cells[i]; in actionPerformed()
972 protected Object target; field in EditorActions.PromptPropertyAction
983 this(target, message, message); in PromptPropertyAction()
991 this.target = target; in PromptPropertyAction()
1091 update(target, fieldname); in TogglePropertyItem()
1098 ((mxGraphComponent) target) in TogglePropertyItem()
1101 ((mxGraph) target) in TogglePropertyItem()
1105 update(target, fieldname); in TogglePropertyItem()
[all …]
/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2target.error.code){case a.target.error.NOT_FOUND_ERR:e="File not found";break;case a.target.error.…
/plugin/superacl/
H A Dscript.js133 if(e.target.src){ // is it an image?
134 superacl.treetoggle(e.target);
135 } else if(e.target.href){ // is it a link?
141 e.target.className += ' cur';
145 if(e.target.className.search(/wikilink1/) > -1){
147 frm.elements['id'].value = superacl.hsc(superacl.parseatt(e.target.search)['id']);
148 }else if(e.target.className.search(/idx_dir/) > -1){
149 frm.elements['ns'].value = superacl.hsc(superacl.parseatt(e.target.search)['ns']);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js65 var target = get(this, options, uri, settings, 'target');
67 if (target) params.target = target;
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php110 * @param string $target
112 public function renderTo($target) argument
114 $fp = @fopen($target, 'wt');
125 $target,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php27 * @param StreamInterface $target Optionally specify where data is cached
31 StreamInterface $target = null argument
34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
142 $target = new FnStream(['write' => 'strlen']);
143 Utils::copyToStream($this, $target);
H A DRequest.php65 $target = $this->uri->getPath();
66 if ($target == '') {
67 $target = '/';
70 $target .= '?' . $this->uri->getQuery();
73 return $target;

12345678910>>...37