Home
last modified time | relevance | path

Searched refs:instruction (Results 51 – 75 of 93) sorted by last modified time

1234

/plugin/yuriigantt/src/Driver/
H A DEmbedded.php133 foreach ($this->handler->calls as $instruction) {
134 … call_user_func_array([&$renderer, $instruction[0]], $instruction[1] ? $instruction[1] : []);
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …stable|sortby|some|self|schema|satisfies|returns|return|ref|processing-instruction|preceding-sibli…
/plugin/data-au/
H A Daction.php99 foreach ( $instructions as $instruction ) {
101 call_user_func_array(array($Renderer, $instruction[0]),$instruction[1]);
/plugin/bureaucracyau/
H A Dsyntax.php248 foreach($instructions as $instruction) {
249 if($instruction[0] == 'listitem_open') {
253 if($inli === 1 && $instruction[0] == 'cdata') {
254 $item .= $instruction[1][0];
256 if($instruction[0] == 'listitem_close') {
/plugin/sphinxsearch-was/
H A Dfunctions.php216 foreach ($instructions as $instruction) {
222 $instruction[0] == 'header' &&
223 trim($instruction[1][0]) == $header
226 $startPos = $instruction[2];
232 if ($instruction[0] == 'section_close') {
233 $endPos = $instruction[2];
/plugin/bureaucracy-au/
H A Dsyntax.php248 foreach($instructions as $instruction) {
249 if($instruction[0] == 'listitem_open') {
253 if($inli === 1 && $instruction[0] == 'cdata') {
254 $item .= $instruction[1][0];
256 if($instruction[0] == 'listitem_close') {
/plugin/linkfix/
H A Dadmin.php152 foreach($instructions as $instruction) {
154 ($this->type == 'links' && $this->isextern && ($instruction[0] == 'externallink' || $instruction[0] == 'windowssharelink')) ||
155 ($this->type == 'links' && !$this->isextern && $instruction[0] == 'internallink') ||
156 ($this->type == 'media' && $this->isextern && $instruction[0] == 'externalmedia') ||
157 ($this->type == 'media' && !$this->isextern && $instruction[0] == 'internalmedia')
159 $link = $instruction[1][0];
160 $pos = $instruction[2] - 1;
/plugin/log/
H A Dsyntax.php135 foreach ($data[0] as $instruction ) {
137 call_user_func_array(array(&$renderer, $instruction[0]),$instruction[1]);
/plugin/ckgdoku/action/
H A Dedit.php1135 foreach ( $instructions as $instruction ) {
1136 if ($instruction[0] == 'plugin') {
1137 $Renderer->doc .= $instruction[1][3];
1140 … call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/stylingpages/
H A Daction.php91 foreach ($instructions as $instruction) {
93 if ($instruction[0] === 'code' && count($instruction[1]) > 2) {
94 $content = $instruction[1][0];
95 $file = $instruction[1][2];
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt5 All you need to paint is a few tools, a little instruction, and a vision in your mind. The least li…
/plugin/navbox/
H A Dsyntax.php328 foreach ($instructions as $instruction) {
330 call_user_func_array(array(&$urlRenderer, $instruction[0]), $instruction[1]);
/plugin/fckg/action/
H A Dedit.php2697 foreach ( $instructions as $instruction ) {
2699 call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/condition/
H A Dsyntax.php221 foreach($instr as $instruction) {
222 if ( in_array($instruction[0], array('document_start', 'document_end') ) ) continue;
223 call_user_func_array(array(&$renderer, $instruction[0]), $instruction[1]);
254 foreach($instr as $instruction) {
255 if ( in_array($instruction[0], array('document_start', 'document_end') ) ) continue;
256 call_user_func_array(array(&$renderer, $instruction[0]), $instruction[1]);
/plugin/tablefilterjs/
H A Dsyntax.php125 foreach ($instructions as $instruction) {
126 call_user_func_array(array(&$renderer, $instruction[0]),$instruction[1]);
/plugin/fetchmedia/action/
H A Dajax.php271 foreach ($instructions as $instruction) {
272 if (in_array($instruction[0], $searchStringList)) {
273 $results[] = $instruction;
/plugin/ebookexport/
H A Daction.php52 foreach ( $instructions as $instruction ) {
53 call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md159 override instruction as an object. I.e.:
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php63 foreach ( $instructions as $instruction ) {
65 call_user_func_array(array(&$this->Renderer, $instruction[0]),
66 $instruction[1]);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
/plugin/tuxquote/
H A Dquotes.txt3171 Software: These programs give instruction to the CPU, which processes billions of tiny facts called…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt5761 My instruction will drip as the rain,My saying will trickle as the dew,As gentle rains upon grassAn…
10814 and Chen·a·ni'ah the chief of the Levites in carrying, he giving instruction in carrying, for he wa…
13113 Also, you say, 'My instruction is pure,And I have proved really clean in your eyes.'
16406 A wise person will listen and take in more instruction, and a man of understanding is the one who a…
16493 For good instruction is what I certainly shall give to YOU. My law DO not leave.
17845 The aged and highly respected one is the head, and the prophet giving false instruction is the tail.
18218 … will actually get to know understanding, and even those who are grumbling will learn instruction."
22238 … when there is time for searching for Jehovah until he comes and gives instruction in righteousnes…
22768 …f wood: "O do awake!" to a dumb stone: "O wake up! It itself will give instruction"! Look! It is s…
28308 For all the things that were written aforetime were written for our instruction, that through our e…
[all …]
/plugin/calendoku/
H A Dhelper.php324 foreach ($instructions as $instruction)
325 $handler->_addCall($instruction[0],
326 $instruction[1] ? $instruction[1] : array(),
/plugin/sphinxsearch/
H A Dfunctions.php224 foreach ( $instructions as $instruction ) {
229 if ( $instruction[0] == 'header' &&
230 trim($instruction[1][0]) == $header ) {
232 $startPos = $instruction[2];
238 if ( $instruction[0] == 'section_close' ) {
239 $endPos = $instruction[2];
/plugin/dokutexit/
H A Dtexitrender.php275 foreach ( $instructions as $instruction ) {
277 call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);

1234